The MouseGetPositionFromScreen function calculates the current mouse position as coordinates relative to the window screen.
void @MouseGetPositionFromScreen(int x, int y);
Parameters
int x : Variable or tag to store the calculated x coordinate
int y : Variable or tag to store the calculated y coordinate
Return Value
None
Example
@MouseGetPositionFromScreen(x, y);
Description : Calculates the current mouse position as coordinates relative to the window screen and stores them in variables 'x' and 'y'.
Version Information
Supported Version: 10.2.4 or Higher
CE: 10.3.1 or Higher
Related Helps